byte_array

pure constructor(hex: text)

Creates a byte_array from a hexadecimal string.

Since

0.6.0

Parameters

hex

The hexadecimal string.


pure constructor(list: list<integer>)

Creates a byte_array from a list of integers.

Since

0.6.0

Parameters

list

The list of integers.